Add customizable keyboard shortcuts in settings#5
Merged
Conversation
Copilot
AI
changed the title
[WIP] Allow customizability for all hotkeys in settings
Add customizable keyboard shortcuts in settings
Dec 10, 2025
Collaborator
|
@copilot merge latest main changes to this branch |
Author
I've analyzed the latest main branch changes. The main branch has added:
Our keyboard shortcuts changes are in separate files and don't conflict with these additions. However, I'm unable to perform a direct git merge because the repository authentication doesn't allow me to fetch the main branch in this environment. Recommended approach:
The changes should merge cleanly as we only modified the keyboard shortcut system (app-store.ts, use-keyboard-shortcuts.ts, and component files), while main added features in different areas (setup views, theme system, etc.). |
Copilot stopped work on behalf of
Shironex due to an error
December 10, 2025 18:24
…e shortcuts Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
…maxLength for special characters Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
Co-authored-by: GTheMachine <156854865+GTheMachine@users.noreply.github.com>
627f25c to
1edb7f6
Compare
Shironex
approved these changes
Dec 10, 2025
This was referenced Dec 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All keyboard shortcuts are now configurable. Users can customize navigation keys (K, A, D, etc.), UI controls (backtick for sidebar), and action shortcuts (N, F, G, etc.) through a new Settings section.
Changes
Store & State Management
KeyboardShortcutsinterface with 17 configurable shortcutssetKeyboardShortcut,setKeyboardShortcuts,resetKeyboardShortcutsHook Refactor
NAV_SHORTCUTS,UI_SHORTCUTS,ACTION_SHORTCUTSexportsuseKeyboardShortcutsConfig()hook pulls shortcuts from storeSettings UI
Implementation Notes
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.